home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / dukeybath.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  126 b   |  6 lines

  1. on(release){
  2.    _parent.gotoAndStop("released");
  3.    thisLetter = _parent._name;
  4.    gameMC.testLetter(thisLetter,this);
  5. }
  6.